Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LLVM] Convert more passes to NewPM #42463

Merged
merged 3 commits into from
Feb 18, 2022
Merged

[LLVM] Convert more passes to NewPM #42463

merged 3 commits into from
Feb 18, 2022

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Oct 1, 2021

I need to come up with a better way to handle JuliaPassContext.

IIRC from my last discussion with @vtjnash on this it's current implementation is not that helpful
since it attempts to cache function pointers and type pointers that depend on the current module
and current context. Given that we are moving away from a shared global context and that we are not
gurantueed to run over the same module the state cached in JuliaPassContext requires constant re-initalisation.

@vchuravy vchuravy mentioned this pull request Oct 1, 2021
22 tasks
@vchuravy vchuravy marked this pull request as ready for review February 17, 2022 22:24
@vchuravy vchuravy merged commit 2fe57fd into master Feb 18, 2022
@vchuravy vchuravy deleted the vc/newpm2 branch February 18, 2022 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant